-
Notifications
You must be signed in to change notification settings - Fork 579
uvloop 0.22.0 #692
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
uvloop 0.22.0 #692
Conversation
@kumaraditya303 I'll be sure my side has this added to the list of todos thanks for the helpful reminder ^^. |
Tagging #681 as well, to be closed if free-threaded 3.14t is added :) |
Hey team! Is there an ETA for releasing Python 3.14 support? |
Changes ======= * Fixes for Python 3.14 (#638) (by @graingert @hroncok @paulocheque @fantix in 46456b6 for #637) * Add free-threading support (#693) (by @kumaraditya303 in 286b370 for #642) Fixes ===== * Use Cython `enum` for `__PREALLOCED_BUFS` (#634) (by @jakirkham in 7bb12a1 for #634) * test: fix getaddrinfo test (#663) (by @fantix in 5680792 for #663) * test: fix task name for Python 3.13.3/3.14 (#662) (by @cjwatson in 96b7ed3 for #662)
I'll need to fix the test here, it's way too flaky |
I fixed just one that is related to different versions in #694 But the erratic behavior should be a more internal thing. Maybe run the tests within just one process to separate these cases. |
Update: I fixed the |
Changes
Fixes for Python 3.14 (Fix build for Python 3.14 #638)
(by @graingert @hroncok @paulocheque @fantix in 46456b6 for uvloop fails on 3.14 #637)
Add free-threading support (add free-threading support #693)
(by @kumaraditya303 in 286b370 for Add support for free-threaded (nogil) 3.13 Python #642)
Fixes
Use Cython
enum
for__PREALLOCED_BUFS
(Use Cythonenum
for__PREALLOCED_BUFS
#634)(by @jakirkham in 7bb12a1 for Use Cython
enum
for__PREALLOCED_BUFS
#634)test: fix getaddrinfo test (test: fix getaddrinfo test #663)
(by @fantix in 5680792 for test: fix getaddrinfo test #663)
test: fix task name for Python 3.13.3/3.14 (Compensate for asyncio changes in Python 3.13.3/3.14 #662)
(by @cjwatson in 96b7ed3 for Compensate for asyncio changes in Python 3.13.3/3.14 #662)